public class MemStarter extends Form implements CommandListener {
private static final Command[] COMMANDS = new Command[]{new Command("Start", 4, 1), new Command("Exit", 6, 2)};
private static Display display;
private static final MemDisplay memGame = new MemDisplay();
private static Quitable winQuit;
public MemStarter() {
super(" Collin's Memory");
((Form)this).append("This is a simple memory game, just find all card pairs with a minimum of trys.\n\nenjoy ... Collin\n\nMemory v1.1.1\n\nWeb:\n mulliner.org/wj\nEMail:\n wj@mulliner.org");